Global Index
HTML5 JS API Index > DOM Tutorials & Specs

ProcessingInstruction

Extends CharacterData. Implements LinkStyle.

ProcessingInstruction nodes have an associated target.

Properties
StyleSheet?
sheet
The sheet attribute must return the associated CSS style sheet for the node or null if there is no associated CSS style sheet.
DOMString
target
The target attribute must return the target.
Referenced by
DocumentcreateProcessingInstruction(...)
StyleSheetownerNode